String Schema
CustomerRequestResponseType Complex Type
Namespace http://string.drv.de/xmlschema/string
Base Type
Extension of CustomerRequestRequestType Complex Type
Diagram
State Element Identifier Element Sequence AssignedTravellers Element LanguageCode Element Text Element Sequence Description Element Code Element Sequence CustomerRequestResponseType Complex Type
Overview
Sequence
Code optional xs:token
Touroperator code for the customer request
Description 0..∞ TextLanguageType Complex Type
Description for the customer request
Sequence
Text xs:string
Text in the given language
LanguageCode xs:language
ISO language code: either XX or XX_yy
AssignedTravellers optional IdentifiersType Complex Type
List of assigend participants
State ConfirmationStateType Simple Type
Confirmation state of the customer request
Used By
CustomerRequests Element
CustomerRequests Element
CustomerRequests Element
CustomerRequests Element
CustomerRequests Element
CustomerRequests Element
CustomerRequests Element
CustomerRequest Element
Source
<xs:complexType name="CustomerRequestResponseType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexContent>
    <xs:extension base="CustomerRequestRequestType">
      <xs:sequence>
        <xs:element name="State" type="ConfirmationStateType" nillable="false">
          <xs:annotation>
            <xs:documentation>Confirmation state of the customer request</xs:documentation>
          </xs:annotation>
        </xs:element>
      </xs:sequence>
    </xs:extension>
  </xs:complexContent>
</xs:complexType>
See Also
String Schema

 

 


© 2017 All Rights Reserved.

Send comments on this topic.